home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
WIN_PRO
/
LB09D.ZIP;1
/
READDATA.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1993-07-26
|
333 b
|
20 lines
[start]
a$ = ""
while a$ <> "EOD"
read a$
if a$ <> "EOD" then print a$
wend
input r$
if flag = 0 then restore [two] : flag = 1 : goto [start]
flag = 0 : restore [one] : goto [start]
[one]
data this, is, not, "the end", EOD
[two]
data of, the, world, !!!!, EOD